home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
Rexx
/
Reminder.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
278b
|
11 lines
/* REMINDER AREXX SCRIPT v1.0 */
LF= '0a'x
arg eventtext
if ~show('L','rexxreqtools.library') then
call addlib("rexxreqtools.library", 0, -30, 0)
call rtezrequest("+ + + R E M I N D E R + + +"||LF||""||LF||eventtext, "Okay", , "rt_reqpos = reqpos_centerscr")